onclick open modal jquery

52

onclick open modal jquery -

$('#myModal').modal('toggle');
$('#myModal').modal('show');
$('#myModal').modal('hide');

onclick open modal jquery -

$('#myModal').modal('show'); 

onclick open modal jquery -

$('#my-modal').modal({
    show: 'false'
}); 

Comments

Submit
0 Comments